Click or drag to resize

ServiceCancelMeetingRequest Method (IListCancelItem)

Cancels meetings.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> CancelMeetingRequest(
	IList<CancelItem> cancelItems
)

Parameters

cancelItems
Type: System.Collections.GenericIListCancelItem
The cancel items.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also